home *** CD-ROM | disk | FTP | other *** search
- PXFPAUSE(3F) Last changed: 1-22-99
-
-
- NNAAMMEE
- PPXXFFPPAAUUSSEE - Suspends process execution until signal
-
- SSYYNNOOPPSSIISS
- SSUUBBRROOUUTTIINNEE PPXXFFPPAAUUSSEE ((_i_e_r_r_o_r))
- IINNTTEEGGEERR _i_e_r_r_o_r
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- IEEE standard interface for FORTRAN 77
-
- DDEESSCCRRIIPPTTIIOONN
- The PPXXFFPPAAUUSSEE subroutine uses the ppaauussee(2) system call to suspend the
- calling process until it receives a signal. The signal must be one
- that is not currently set to be ignored by the calling process.
-
- The following argument is valid for this routine:
-
- _i_e_r_r_n_o
- A default integer output variable that contains nonzero if
- PPXXFFPPAAUUSSEE returned. This subroutine never returns with a zero or
- successful status.
-
- On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
- default when compiling programs with the MIPSpro 7 Fortran 90 compiler
- or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
- F77 compiler.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
- kind unless documented otherwise. On UNICOS and UNICOS/mk, default
- kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
- IRIX systems, the default kind is KKIINNDD==44.
-
- NNOOTTEESS
- Replace any Fortran reference to ppaauussee(()) with a subroutine call to
- PPXXFFPPAAUUSSEE.
-
- On UNICOS and UNICOS/mk systems, ppaauussee is a function or a subroutine
- reference. On IRIX systems, it is a function reference.
-
- SSEEEE AALLSSOO
- ppaauussee(2)
- PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed
- version of this man page.
-